home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Jun 89 / V0083-MPW 3.0 and MacApp -Jun89 < prev    next >
Encoding:
Text File  |  1989-07-12  |  1.2 KB  |  35 lines  |  [TEXT/GEOL]

  1. Item    9539447                         28-June-89        00:56
  2.  
  3. From:   MUYSVASOVIC1                    ER&D - J-D Muys-Vasovic
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    MPW 3.0 and MacApp 1.1.1
  8.  
  9. Hi,
  10.  
  11. Father Vincent, a French developer using MacApp, told me that he is currently
  12. finishing an application using MacApp 1.1.1 with MPW 3.0 and SADE 1.0. He has
  13. been doing so for several months without problem. I thought you would like to
  14. know what he discovered (I didn't test though):
  15.  
  16. First, do the "obvious" modifications described in Frameworks, including
  17. {$PUSH}{$H-} ... {$POP} where necessary, changes in make files, change in SIZE
  18. resource format, replace watchCursor by theWatch in UMacApp.a and so on...
  19.  
  20. The real trick lies in UMeasure.p where you must delete the line:
  21. {$IFC qTrace}{$D+}{$ELSEC}{$IFC qNames}{$D+}{$ELSEC}{$D-}{$ENDC}{$ENDC}
  22. This lines compiles a recursive call to %_BP which calls MeasureTally defined
  23. in UMeasure.p, which is itself compiled with {$D+}, which implies a new call to
  24. %_BP. And Father Vincent adds: "I don't know how MPW 2.0 was doing!!".
  25.  
  26. I didn't check anything in his message, I just transmitted it.
  27.  
  28. Regards
  29.  
  30. Jean-Denis Muys-Vasovic
  31. Developer Services
  32. Apple Computer Europe
  33. OOP Specialist
  34.  
  35.